#css files
Explore tagged Tumblr posts
Text
Purecode | External Styling with CSS Files
External CSS styling comes into play for larger projects that demand more complex styles.
#External Styling#CSS Files#purecode#purecode ai company reviews#purecode software reviews#purecode ai reviews#purecode reviews#purecode company
0 notes
Text
posting last comic's timelapse before i delete the file 😭 took me 26 hours total and 34k strokes
#song is alala by css#i used page assist so this was all in one file#my ipad is doomed to explode soon#unrelated tangent i need to save up for a new ipad#but inflation over here is nuts#why is a 12 inch screen the equivalent of 2k dollars#but i need bigger storage im sick of deleting art files to save space#anyways#speedpaint#time lapse#drawing timelapse#the locked tomb
513 notes
·
View notes
Text
the x files 3.05
#the amount of times she stares/looks at his lips is actually comical#the x files#txf#dana scully#gillian anderson#thexfilesedit#txfedit#tvedit#tuserkei#usercats#userlocalbri#userelliee#usermirka#userstarling#singinprincess#txf gifs#tagging the css gang who said to tag them in anything patrickshrugemoji#*mine
462 notes
·
View notes
Text


gestures uselessly. guh. whuhe wheugh ngiw when the akdjglsjf;
#an shiraishi#kohane azusawa#anhane#whatever man#i need them to explode#thank u website css for making these nice high res files easy to find <3
21 notes
·
View notes
Text
#did you ?#bunny makes blinkies#filed under: personal#open folder: fun#open folder: pop ups#codeblr#progblr#studyblr#coding#css#programming#comp sci#webdev#learn to code#programmingblr#programming blog#code blog#coding meme#aesthetic#window aesthetic
262 notes
·
View notes
Text
Working on my javascript for my web page. Turns out I have the perfect kind of setup to accomplish some of the project requirements, specifically with even handlers and user interactions
My website, conceptually, will load a different employee details page depending on what employee name is clicked on. But I need to load it dynamically (instead of hard-coding it) so that the user can add or delete employees & it'll be able to still load the relevant shit.
So! Only one employee details page, but depending on how it's loaded, it'll load a different employee's information. Still working on getting down Exactly how to do it (I'm thinking using URL parameters that'll read a different object depending on what ID is used)
It's entirely doable. In fact, it's probably extremely common to do in web pages. No one wants to hard-code information for every new object. Of course not. And thus the usefulness of dynamic javascript stuff.
I can do this. I can very much do this.
#speculation nation#i wasnt very good when i got home and i read fanfic for a while#then took a nap. and now im up again and Getting To Work.#i dont have to have this 100% perfect for final submission just yet. bc final submission isnt today.#but i need to have my final presentation over my thing done by noon (11 hours from now)#and im presenting TODAY. and part of that will be giving a live demo of my project website#so. i need to have all of the core functionality of my website down at the Very Least#might not be perfect yet. but by god if im gonna show up to my presentation with my website not working.#i need to have the employee list lead to employee details with personalized information displayed per employee#i need to create an add employee field that will Actually add an employee. using a form.#and that employee will need to show up on the list and have a new id and everything. the works.#need to set it up so that employees can be deleted. shouldnt be too much extra.#and it would be . interesting. to give an actual 'login' pop-up when someone clicks on the login button#with some kind of basic info as the login parameters. this cant be that hard to code.#the project requirements are: implement 5 distinct user interactions using javascript. at least 3 different eventhandlers#at least 5 different elements with which interaction will trigger an event handler. page modification & addition of new elements to pages#3 different ways of selecting elements. one selection returning collection of html elements with customized operations on each...#hm. customized operations on each... the example given is a todo list with different styles based on if an item is overdue or not#i wonder if my personalized detail page loading would count for this... i also have some extra info displayed for each#but i specifically want the employees to be displayed in the list uniformly. that's kinda like. The Thing.#actually im poking around on my web pages i made previously and i do quite enjoy what i set up before.#need to modify the CSS for the statistics page and employee details to make it in line with what i actually wanted for it#maybe put a background behind the footer text... i tried it before & it was iffy in how it displayed...#but it looks weird when it overlaps with a page's content. idk that's just me being particular again.#theres also data interchange as a requirement. but that should be easy if i set an initial employee list as a json file#good god im going to have to think of so much extra bullshit for these 10 made up employees#wah. this is going to be a lot of work. but. im going to do it. i just wont get very much sleep tonight.#that's ok tho. ive presented under worse conditions (cough my all nighter when i read 3gun vol 10 and cried my eyes out)#and this is going to be the last night like this of my schooling career. the very last one.#just gotta stay strong for one more night 💪💪💪
6 notes
·
View notes
Text
Current record-holder for unnecessary ebook font-embed bloat: this 23MB Arial is never actually used. But it appears in a couple unused classes in the stylesheet, preventing the Calibre autofixer from recognizing it as "not referenced" and removing it.
#(until after you've run the css cleaner to remove unused rules that is)#'clear some space on your hard drive' no. i'm scraping you.#fonts#ebooks#epub#this is another one where they embedded images of certain numbers/punctuation rather than typing them...#...but in this case it wasn't being done automatically by OCR. human being naming the file for an image of '1/5' 'one-over-five.png'#they added alt text! and the alt text says 'picture'
7 notes
·
View notes
Text
I don't know if anyone knows coding but I need to ask and I don't wanna ask on Stack but do media queries not work for borders?
I'm trying to get this vertical line to disappear when the window is under a specific size but it just refuses to work.
.vertical-line { border: 0; }
@ media only screen and (min-width: 963px) { .vertical-line { border: 0 1px 0 0 solid;} }
Added a space between @ and media so it doesn't actually tag. Like I tried border-left too and others but it just doesn't want to work
Edit: found the solution. I just had to put the CSS in it's own file rather than in-line on the same HTML file because the stupid site is old as shit
#edit: reason why i didnt upload it as a css file is bc its a pain in the ass to go thru the process of re-uploading the css file for every#change. its infuriating since it doesn't actually replace the old file so i have to name it something new every time#etc#if it has to be max-width i will scream#i hate working with media queries
13 notes
·
View notes
Text
Hypothetically if I make a sort of dd2 wiki for a class what type of stuff do the gamers here think I should add
#dragon's dogma#dragon’s dogma 2#I have the basics#like quests enemies gear etc#but I need specifics#I’m kinda ass at this website shit tho so I’ll be struggling for a bit#> struggled for ten minute trying to figure out why my css wasn’t linking to the html file and it was all because I didn’t close the bracket#I’m so good at this
5 notes
·
View notes
Text
making slow progress toward a (vaguely) dynamic pokémon custom team template that mimics the Bulbapedia team flyout and after ... a ... While ... of essentially redesigning the element hierarchy from scratch with the help of a friend who is MUCH better at programming than me, it is beginning to Look
(the Absol screenshot was just one I had on hand for a stand-in, my final one will probably look a little different since I want to also add Mega / Partner Pokemon indicators if possible, and to also just tweak the info hierarchy a bit)
#from the writer's den#void talks#getting those corners on the moves was ROUGH. initially it was a table structure but after much struggle#my friend found an implementation that just uses css wizardry instead of html#also for anyone curious: the reason I say it's vaguely dynamic is bc it's actually a jinja template and html#with my vague idea being that essentially it prints out pages for any arbitrary team#(though obviously the pages themselves will be static)#also for those familiar with bulbapedia#I wanted to have a proper 'neuter' gender marker so my eventual goal is to write a little if-then in the jinja file#that allows it to convert to arbitrary symbols (to display) in addition to having the custom colors (in the css)#probably in the form of a 'if [m] / elif [f] / else' for the colors#this is solely bc there's enough neutral-gender pokemon on my oc teams that I want it to actually be indicated#where absence actually means unspecified
5 notes
·
View notes
Text
After everyone's Hooty-induced revelations, Luz, Mari, and King watch a golden river that twists through the sky. (Maybe King isn't as nothing as he thought he was.)
the next part of my owl house daemon au! in which luz mari and king are good siblings to each other, and we finally find out whats up with king's entire deal!
#the owl house#toh#daemons#daemon au#luz noceda#king clawthorne#eda clawthorne#the owl beast#amity blight#i write#and a grove of palistrom to you#yay yippee i did forget there was texting in this one lol#every day im smacked w my own css files#its okay theres not that much so it didnt take too long#hope you enjoy! <333
3 notes
·
View notes
Text
finally sitting down and making my neocities and its a lot easier than i thought :3
#andre.txt#dont confuse this with me saying its easy LMAO GOD NO#i spent like 30 minutes trying to figure out why my css wasnt working only to find out i just named a file wrong 😭😭😭#anyway its nice its super cute i cant wait to make my digital shrine for my own oc and to yap for 40 years about bullshit no one cares abou
3 notes
·
View notes
Text
Struggling with keeping things organized while simultaneously enjoying coding and game dev is like walking into a house of mirrors. You just keep smacking into shit and can't find things you need half the time.
Oh let me grab that character sprite *smacks into wall* hey what was the color of that heading? *confidently walks into mirror* let me just fix this part, I think it was supposed to be-- *runs into small gremlin like being*
#filed under: bunnytalks#codeblr#progblr#coding#css#programming#code#coding meme#programming language#programming humor#dev humor#web development#web design#web dev#programblr
153 notes
·
View notes
Text
Whoever made html, I hope you sleep well every night knowing that I hate you, and will hate you forever.
4 notes
·
View notes
Text
why wont my images load through my css file................ it loads when i run the html files natively to my browser but not on hosting servers... and i have the file routes set up correctly... what is happening......
#did i break it while transferring the html style script into a separate css file... someone good at this please help me#WHY WONT THE VARIABLES WORK!!!!!!!!
4 notes
·
View notes
Note
So Uh What happened with your neocity? You good?
NO. (will try again tomorrow don’t worry—)
#zomb answers#idk why but when i try literallt anything else new and i mess up i go ‘Well!! There’s always mext time!! :-D’#*literally *next (sorry i type very fast)#but NEOCITIES???????#i throw a temper tantrum every time something slightly goes wrong (i literally cried btw)#no clue why…#it’s VERY annoying#maybe its because everyone else makes it look so easy so if I can’t do it i’m a failure#<- which again. only for neocities and not idk writing or even trying out new art mediums#IT’SWEIRD#need to get over that somehow#and if anyone was wondering i did fix the bg color problem#my css file was acting funny and had to rename it a few times
7 notes
·
View notes